home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / vmmstat.lha / VMMStat / RCS / makefile < prev    next >
Makefile  |  1995-07-25  |  664b  |  50 lines

  1. head    1.2;
  2. access;
  3. symbols;
  4. locks; strict;
  5. comment    @# @;
  6.  
  7.  
  8. 1.2
  9. date    95.07.25.18.05.25;    author enderle;    state Exp;
  10. branches;
  11. next    1.1;
  12.  
  13. 1.1
  14. date    95.07.25.11.37.45;    author enderle;    state Exp;
  15. branches;
  16. next    ;
  17.  
  18.  
  19. desc
  20. @Makefile for MAXON C++
  21. @
  22.  
  23.  
  24. 1.2
  25. log
  26. @*** empty log message ***
  27. @
  28. text
  29. @VMMStat: main.o interface.o
  30.     mcppc main.o interface.o -o VMMStat -l LIB:muil.lib -l LIB:amiga.lib
  31.  
  32. main.o: interface.h main.c VMMStatStrings_cat.h VMM_Stat.h
  33.     mcppc -c -d CATCOMP_ARRAY main.c
  34.  
  35. interface.o: interface.c interface.h
  36.     mcppc -c -d CATCOMP_NUMBERS interface.c
  37.  
  38. @
  39.  
  40.  
  41. 1.1
  42. log
  43. @Initial revision
  44. @
  45. text
  46. @d7 1
  47. a7 1
  48. interface.o: interface.c interface.h VMMStatStrings_cat.h
  49. @
  50.